github.com/jackc/pgx/v5/pgtype.arrayHeader.ElementOID (field)

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array.go#L21: 	ElementOID   uint32
		array.go#L65: 	dst.ElementOID = binary.BigEndian.Uint32(src[rp:])
		array.go#L92: 	buf = pgio.AppendUint32(buf, src.ElementOID)
		array_codec.go#L181: 		ElementOID: p.ac.ElementType.OID,